home *** CD-ROM | disk | FTP | other *** search
-
-
-
- NLIST C Library Procedures NLIST
-
-
-
- NNAAMMEE
- nlist - get entries from name list
-
- SSYYNNOOPPSSIISS
- ##iinncclluuddee <<nnlliisstt..hh>>
-
- nnlliisstt((ffiilleennaammee,, nnll))
- cchhaarr **ffiilleennaammee;;
- ssttrruucctt nnlliisstt nnll[[]];;
-
- DDEESSCCRRIIPPTTIIOONN
- _N_l_i_s_t examines the name list in the given executable output
- file and selectively extracts a list of values. The name
- list consists of an array of structures containing names,
- types and values. The list is terminated with a null name.
- Each name is looked up in the name list of the file. If the
- name is found, the type and value of the name are inserted
- in the next two fields. If the name is not found, both
- entries are set to 0. See _a._o_u_t(5) for the structure
- declaration.
-
- This subroutine is useful for examining the system name list
- kept in the file //vvmmuunniixx. In this way programs can obtain
- system addresses that are up to date.
-
- SSEEEE AALLSSOO
- a.out(5)
-
- DDIIAAGGNNOOSSTTIICCSS
- If the file cannot be found or if it is not a valid namelist
- -1 is returned; otherwise, the number of unfound namelist
- entries is returned.
-
- The type entry is set to 0 if the symbol is not found.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Sprite v1.0 May 15, 1985 1
-
-
-
-